﻿body
{
    padding: 0;
    margin: 0;
    background-color: #E0E0E0;
    overflow-x:hidden;
}
.wrapper_outer
{
    width:1024px;
    height:auto;
    margin:auto;
}
.wapper
{
    width:1024px;
    height:auto;
    background-color:White;
    float:left;
}
.header
{
    width:100%;
    height:110px;
}
.logo
{
    width:182px;
    height:110px;
    background-image:url('Images/logo.png');
    background-position:top right;
    float:left;
    background-repeat:no-repeat;
}
.logo_text
{
    width:520px;
    height:100px;
    float:left;
    font-family: 'Gudea', sans-serif;
    padding:10px 0 0 20px;
}

.contact
{
    width:281px;
    height:105px;
    background-image:url('Images/contact_box.png');   
    background-position:top left;
    float:left;
    background-repeat:no-repeat;
    padding:5px 0 0 20px;
}
.contact span
{
    font-family:Segoe UI;
    font-size:12px;
    padding:5px 0 5px 0; 
}
.contact ul
{
    list-style:none;
    padding:0;
    margin:0;
}
.contact ul li
{
    list-style:none;
    padding:3px 0 3px 0;
}
.contact ul li span a
{
    color: #FF0092;
    text-decoration:none;
}
.menubar
{
    width:100%;
    height:51px;
    background-image:url('Images/menubar_middil.png');
}
.banner
{
    width:100%;
    height:auto;
    padding:20px 0 0 0;
    overflow:hidden;
}
.banner_frame
{
    width:654px;
    height:369px;
    float:left;
    background-image:url('Images/baner_frame.png');
    margin:0 0 0 10px;
    padding:20px;
}
.banner_navigation
{
    width:306px;
    height:400px;
    float:left;
    margin:9px 0 0 5px;
}
.banner_nav_box
{
    width:100%;
    height:auto;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    overflow:hidden;
}

.banner_nav_box_title
{
    width: 276px;
    height: 26px;
    background-color: #494949;
    color:White;
    font-family:Segoe UI;
    font-size:16px;
    padding:3px 0 0 30px;
}
.banner_nav_box_body
{
    width:286px;
    height:135px;
    padding:10px;
    background-color: #A5A5A4;
    font-family:Segoe UI;
    font-size:12px;
    color:White;
    text-align:justify;
}
.page
{
    width:1004px;
    height:auto;
    padding:20px 10px 0 10px;
    overflow:hidden;
}
.page_left
{
    width:679px;
    height:auto;
    float:left;
    padding:0 10px 0 10px;
}
.page_content_text
{
    width: 649px;
    height: 25px;
    padding: 0 0 0 30px;
    font-family: Segoe UI;
    font-size: 18px;
    border-top: solid 2px #E1E2E0;
    border-bottom: solid 4px #C9C9C9;
}
.content_details
{
    width:659px;
    height:auto;
    padding:10px;
    font-family:Segoe UI;
    font-size:12px;
    text-align:justify;
}
.page_right
{
    width: 305px;
    height: auto;
    float: left;
    background-color: #EAEAEA;
    border-radius:10px;
}
.nav_box
{
    width:100%;
    height:auto;
    margin-bottom:20px;
}
.nav_box_title
{
    width:275px;
    height:27px;
    border-bottom:1px solid black;
    font-family:Segoe UI;
    font-size:16px;
    padding:3px 0 0 30px;
}
.nav_box_body
{
    width:285px;
    padding:10px;
    font-family:Segoe UI;
    font-size:12px;
    text-align:justify;
    overflow:hidden;
}

.footer
{
    width:100%;
    height:auto;
    margin:20px 0 0 0; 
}
.footer_menu
{
    width: 100%;
    height: 177px;
    background-color: #5A6861;
}
.copyright {
    width:1024px;
    height:30px;
    margin:auto;
    padding-top:15px;
    background-color:#020202;

}
.copyright div {
    width:48%;
    height:auto;
    float:left;
    padding:0 1% 0 1%;
    font-family:'Segoe UI';
    font-size:14px;
    color:White;
}
    .copyright div a {
    color:White;
        text-decoration:underline;
        font-family:'Segoe UI';

    }
    .copyright div a:hover {
         color:White;
        text-decoration:underline;
        font-family:'Segoe UI';
        font-style:italic;

    }
    
    
    #footer_box_s
{
    width:700px;
    height:144px;
    padding-top:40px;
    float:left;
}

.footer_box
{
    width:145px;
    height:15px;
    float:left;
    padding:5px 20px 5px 10px;
}

.footer_box a
{
    color:white;
    font-size:16px;
    text-decoration:none;
    font-family:Segoe UI;
    
}

.footer_box a:hover
{
    text-decoration:none;
    opacity:.7;
}

.map
{
    width:319px;
    height:165px;
    margin:7px 0 0 0;
    float:left;
    background-color:Azure;
}


#applynow
{
    z-index: 1000px;
    position: fixed;
    padding-bottom: 0px;
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    width: 55px;
    height: 200px;
    background-image: URL("Images/oa.gif");
    top: 40%;
    padding-top: 0px;
    left: 0px;
    overflow:hidden;
}